home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
Epic4_mos
/
share
/
epic
/
help
/
6_functions
/
remws
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-28
|
343 b
|
19 lines
Synopsis:
$remws(<lwords> / <rwords>)
Technical:
This function simply returns <rwords> with all of the words to the left
of the / removed.
Returns:
<rwords> with <lwords> removed
Examples:
$remws(foo bar / test blah foo fnord bar nyah)
returns
"test blah fnord nyah"
See Also:
remw(6); uniq(6);